/* -- custom_gift_cards -- */
#custom-gift-cards .gift-card-title {
  margin-bottom: 40px;
  margin-top: 40px; }

#custom-gift-cards .custom-gift-cards-container {
  margin: 40px auto; }

#custom-gift-cards .main-wrapper {
  padding: 0 10px; }
  #custom-gift-cards .main-wrapper * {
    font-family: 'sans-serif'; }

#custom-gift-cards .gift-card-form-wrapper .gift-card-amount-input {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 70px;
  color: #baada1;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  font-size: 1.5em;
  font-family: serif; }

#custom-gift-cards .gift-card-form {
  text-align: center; }

#custom-gift-cards .gift-card-info {
  font-size: 1em;
  color: #1d1d1c;
  font-family: serif;
  position: absolute;
  left: 30px;
  display: block;
  top: 50px;
  line-height: 30px;
  font-size: 15px; }

#custom-gift-cards .voucher-form-container {
  background-color: white;
  padding: 30px 20px;
  min-height: 0px; }

#custom-gift-cards .voucher-wrapper {
  padding: 0;
  position: relative;
  min-height: 350px;
  background-size: cover;
  background-position: right;
  overflow: hidden; }

#custom-gift-cards .voucher-wrapper .top-bar {
  font-size: 20px;
  margin: 10px;
  line-height: 15px;
  font-family: auto;
  z-index: 9999;
  position: relative;
  padding: 5px; }

#custom-gift-cards .voucher-wrapper .fusion-column-wrapper {
  margin: 0 !important; }

#custom-gift-cards .gift-card-amount-wrapper {
  padding-left: 20px; }

#custom-gift-cards .bottom-bar {
  width: 100%;
  font-size: 11px;
  position: absolute;
  bottom: 0px;
  text-align: center;
  line-height: 20px;
  height: 20px; }

#custom-gift-cards .voucher-wrapper .gift-card-logo {
  background-size: contain;
  background-position: 50% 50%;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 30px; }

#custom-gift-cards .voucher-btn {
  background-color: #00a099;
  background-size: auto;
  height: 130px;
  background-repeat: no-repeat;
  margin: 10px 0;
  padding: 20px;
  position: relative;
  box-shadow: 10px 10px 10px 0px #b9b9b9;
  background-position-x: 100%; }

#custom-gift-cards .voucher-price {
  position: absolute;
  left: 0;
  padding: 10px;
  font-size: 2em;
  color: #FFF;
  /*
    background: -webkit-linear-gradient(#fad260, #9e4700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */ }

#custom-gift-cards .voucher-text {
  position: absolute;
  padding: 10px;
  font-size: 2em; }

#custom-gift-cards .voucher-price {
  top: 0;
  padding: 0 10px;
  font-size: 2em;
  line-height: 70px;
  font-weight: bold; }

#custom-gift-cards .voucher-text {
  bottom: 0;
  font-size: 2em;
  line-height: 46px; }

#custom-gift-cards .voucher-text {
  right: 0px !important;
  padding: 35px 15px;
  color: #25a099;
  font-weight: bold; }

#custom-gift-cards .voucher-text .gift {
  text-align: right;
  font-family: 'Qwigley', cursive;
  font-weight: normal;
  font-size: 2em;
  margin-left: 50px; }

@media (min-width: 768px) {
  #custom-gift-cards .gift-card-info {
    font-size: 16px; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  #custom-gift-cards .voucher-text .gift {
    font-size: 1.6em;
    margin-left: 20px; }
  #custom-gift-cards .voucher-text {
    font-size: 2.2em; } }

@media (max-width: 768px) {
  #custom-gift-cards .voucher-wrapper {
    zoom: .8; }
  #custom-gift-cards .voucher-btn {
    background-position-x: right; }
  #custom-gift-cards .voucher-price {
    font-size: 3.5em;
    padding: 50px 20px; } }

@media (max-width: 680px) {
  #custom-gift-cards .voucher-wrapper {
    zoom: .75; } }

@media (max-width: 560px) {
  #custom-gift-cards .voucher-price {
    font-size: 3em;
    padding: 20px 10px; } }

@media (max-width: 500px) {
  #custom-gift-cards .voucher-wrapper {
    zoom: .7; } }
